Package EMTool

This packages contains all the primary classes for this sample.

See:
          Description

Interface Summary
EMInterface  
 

Class Summary
Console This is a general purpose console derived from JTextArea.
EMDtd Much of the information use to develop this class came from the following two web sites http://java.sun.com/developer/technicalArticles/xml/jaxb/ https://jaxb.dev.java.net/
EMForm This is code generated by the Netbeans Form Editor.
EMText  
HTTPTransport Simple static HTTPTransport class use to send POST requests to the EMServiceServlet
 

Package EMTool Description

This packages contains all the primary classes for this sample. Console is a utility class used to display and ouput and error console HTTPTransport is a specialized utility class used to send XML messages to the EMServices servlet EMForm is the Swing user interface and main entry point for the application EMInterface is an Interface that defines the basic Extension Mobility API EMText implements the EMInterface and uses String classes to build and parse the messages EMDtd implements the EMInterface and uses JaxB generated code to build and parse the messages